Forking processes / 2012-01-11 21:06:43

Thanks to binkd and other sources on the Internet, I think that I was able to correctly use the ixemul.library to "fork" processes . Here is a code snippet:

/*
 *  fork.c -- An example of using ixemul.library pseudo-forking function
 *
 *  Copyright (c) 2011 Tygre (yann-gael@gueheneuc.net)
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WI